3D Graphics Programming with QuickDraw 3D 1.5.4
Previous | QD3D Book | Overview | Chapter Contents | Next |
QuickDraw 3D defines the pixmap draw context data structure to maintain information that is specific to pixmap draw contexts. The pixmap draw context data structure is defined by the TQ3PixmapDrawContextData data type.
typedef struct TQ3PixmapDrawContextData {
TQ3DrawContextData drawContextData;
TQ3Pixmap pixmap;
} TQ3PixmapDrawContextData;
Previous | QD3D Book | Overview | Chapter Contents | Next |